home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 723 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.3 KB

  1. From: Stephen Usher <Stephen.Usher@earth.ox.ac.uk>
  2. Subject: Re: Why fsck doesn't work
  3. Date: Fri, 17 Dec 1993 16:49:13 +0000 (GMT)
  4. In-Reply-To: <9312171534.AA24401@suntopo.matups.fr> from "Thierry Bousch" at Dec 17, 93 04:34:30 pm
  5. Mime-Version: 1.0
  6.  
  7. >Hi Steve,
  8. >
  9. >> Odd, why does fsck do that, does something have a file open on that partition?
  10. >> That's the only immediate reason why I can see the Dlock call would fail (the
  11. >> trace output should name the culprit). Alternatively I suppose I could add a
  12. >> flag to fsck to not regard the failure of Dlock() and fatal.
  13. >
  14. >This seems to be the reason.  To be able to use 'fsck' on my main Minix
  15. >partition, I must kill syslogd, and replace tcsh by sh, because tcsh
  16. >always keep an open file descriptor to /etc/termcap, which lies on this
  17. >partition. 
  18. >
  19. >Thierry.
  20.  
  21. Minixfs should make a distinction between read-only and read-write or write
  22. opened files and should only lock fsck out if there's a file opened for
  23. write access, else you'll never be able to fsck the system partition during
  24. a boot using an rc file.
  25.  
  26. Steve
  27.  
  28. -- 
  29. ---------------------------------------------------------------------------
  30. Computer Systems Administrator, Dept. of Earth Sciences, Oxford University.
  31. E-Mail: steve@uk.ac.ox.earth (JANET) steve@earth.ox.ac.uk (Internet).
  32. Tel:- Oxford (0865) 282110 (UK) or +44 865 282110 (International).
  33.